home *** CD-ROM | disk | FTP | other *** search
- #
- # Borland CONSOLE mode makefile for READS [Win32]
- # Requires SEE32.DLL
- #
- # To use: "make -freads32._B_"
- #
-
- CCFLAGS = -c -DWIN32
-
- reads.exe: reads.obj see32.dll
- implib see32_.lib see32.dll
- tlink32 -Tpe -ap -c c0x32 reads, reads,reads, see32_.lib cw32i import32
-
- reads.obj: reads.c see.h
- bcc32 $(CCFLAGS) reads.c
-
-
-
-